home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 140
/
(Vol 140) Sep 19 2011.iso
/
Games
/
theLifeArk.swf
/
scripts
/
DefineButton2_328
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2011-09-19
|
111b
|
6 lines
on(release){
trace("press lose");
trace("----- " + _global.ctn.game);
_global.ctn.game.lose();
}